home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / demos / 3d / fountainoffire / readme < prev   
Text File  |  1999-05-25  |  943b  |  15 lines

  1. Yeah !
  2. That's the first Animated demo, wich shows the new Animation features of Wild.
  3. This includes only traslation animation (so objects are managed in their moving,
  4. but not in their rotating). It shows a Fountain that creates a lot of Drops (1
  5. every new frame, so depending on different systems) and makes them doing an Action.
  6. An Action is something like a :
  7. SET the Y speed to -10, SET the Y acceleration to +2,WAIT 200 ticks, then stop (and
  8. cancel the drop). So, you can set to any sector a speed and an acceleration (a X,Y,Z)
  9. and then all is automatically managed. Also, it's TIMED (in ticks: 50 ticks=1 second).
  10. You can see that is TIMED by pressing the JOY-BUTTON: as other demos, this will
  11. freeze the frame. When you release it, you will see the drops are fallen also if you
  12. didn't see them (unlike Cynematik animation, wich was manually done and NOT timed).
  13.  
  14. 17/5/99: Now also rotation of the drops, to show the rotational engine...
  15.